- Whatdidyouexpect & mv
steamcmd
then follow the steps below carefully
force_install_dir /path/to/where/to/put/server
login <username>
, replace "<username>" with your Steam login usernameapp_update 220 validate
quit
to exitsteamcmd +force_install_dir C:\path\to\where\to\put\temporary\files +login anonymous +download_depot 244310 244312 1190459529383296764
steamcmd +force_install_dir /path/to/where/to/put/temporary/files +login anonymous +download_depot 244310 244313 4225323878391996105
SPMPsrcds
├───bin
│ ├───...
│ └───dedicated.dll
├───hl2
├───platform
├───hl2.exe
├───srcds.exe
├───steam_appid.txt
└───thirdpartylegalnotices.txt
After you are finished, feel free to remove the new folder and continue with the rest of the steps
launch.bat
(launch.sh
for Linux) with the following contents:srcds.exe -game <gamedir> -console -ip 0.0.0.0 -maxplayers 32
#!/bin/sh ./srcds_run -game <gamedir> -console -ip 0.0.0.0 -maxplayers 32
Replace <gamedir> with the folder name for the game you want to host, for example if you are hosting for Half-Life 2 you would have -game hl2
After you made the file, launch it. On Linux you'll have to mark the file as executable by running chmod +x launch.sh
and then launch by doing ./launch.sh
Have more people try and confirm it's working, also try for Linux, specifically Debian(-based)
While the setup will get you started, you'll still need to do some console commands to make the experience more enjoyable.
net_splitrate <number bigger than 1, like 10 or 20>
: Will allow the server to send more data per tick.net_splitpacket_maxrate 1048576
: Same as the above.Talk about engine.dll patches for sv_airaccelerate